home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qostnote.arc / AS400.TEC < prev    next >
Text File  |  1990-07-05  |  3KB  |  61 lines

  1. ID:AS Terminal Emulation Setup IBM AS/400
  2. By Dan Sallitt
  3.  
  4. The IBM AS/400 is a complicated terminal emulation setup, akin to 
  5. the 5250.  It usually requires 3 files in config.sys (EIMPCS.SYS 
  6. (1K), ECYDDX.SYS (block device - 21K) and FSDD.SYS (needs ECYDDX 
  7. before it - 59K)) and 2 from the command line (a hardware manager 
  8. - either E5250AH.COM (8.2K) or WSEAH.COM, usually - and 
  9. STARTRTR.COM, which is 56K) to get it going, followed by a number 
  10. of other files to implement various functions.
  11.  
  12. 1) One of the cards that the AS/400 software can use, the 5250 
  13. card (and maybe others as well), puts a piece of RAM, 8K or so in 
  14. size, at xC00 (usually CC00).  QEMM 5.00 and other memory 
  15. managers may not see this RAM.  In addition to excluding this 
  16. area on your memory manager, make sure the RAM parameter is on 
  17. QEMM (or that QRAM is present with other memory managers that 
  18. allow mapping of expanded memory pages between 640K and 1024K 
  19. other than the page frame); otherwise, E5250AH.COM accesses vast 
  20. portions of the reserved memory area when it loads, and DV 2.26's 
  21. XDV may crash on startup if all these areas (except for the 
  22. page frame, which the AS/400 software also touches) aren't excluded. 
  23.  
  24. Giving E5250AH.COM the parameter /Mx (where x is the same as above - 
  25. C by default) seems to make it access fewer areas, though the 
  26. areas that are accessed still need to be excluded if you don't 
  27. use the RAM parameter or otherwise map all available areas 
  28. between 640K and 1024K before the AS/400 software loads. 
  29.  
  30. 2) STARTRTR traditionally doesn't like to load inside DV, which 
  31. means that everything before it can't load in DV.  It's likely that 
  32. functions loaded after STARTRTR can load in a window - we have 
  33. seen STF.COM load and run in a DV window.  On one system that we 
  34. saw, STARTRTR used an interrupt that can conflict with DESQview 
  35. (INT 69), but this isn't the sole cause of its problems inside 
  36. DESQview.  
  37.  
  38. 3) Usually, after the STARTRTR is run, users run a program 
  39. FSPC.COM to make a virtual disk on the mainframe.  This program 
  40. isn't resident and takes no memory.  However, FSPC needs to see 
  41. FSDD.SYS, and it can't from inside a DV window, so it currently 
  42. can't run inside DV.  This will get to be an issue if STARTRTR is 
  43. ever runnable inside DV. 
  44.  
  45. 4) STARTRTR will need 160K of space to load high, even though it 
  46. settles down to 56K or so. 
  47.  
  48. 5) Some AS/400 drivers and TSR's know about expanded memory and 
  49. store something there. Therefore, some of the memory figures that 
  50. I've quoted may increase in the absence of expanded memory. 
  51.  
  52. 6) If you get the AS/400 software running with DV, it may or may 
  53. not be necessary to set Keyboard Conflict to 8.  One user thought 
  54. he needed it set to 9, which makes no sense to us.
  55.  
  56. 7) We're hearing in March 1990 of new versions of the IBM AS/400 
  57. software that have fewer and smaller files.  Apparently the driver 
  58. FSSD.SYS and the non-resident FSPC.COM are united in a smaller TSR 
  59. STARTFLR.COM, which, we hear from some users, crashes in a DV 
  60. window in much the same preemptive way that STARTRTR.COM does.  
  61.